Skip to content

Conversation

@ThomasVitale
Copy link
Contributor

  • Introduce CompressionQueryTransformer and RewriteQueryTransformer in the Pre-Retrieval Module.
  • Extend Query with conversation history and context.
  • Remove QueryRouter sub-module. New design will be considered in the next milestone.
  • Update RetrievalAugmentationAdvisor accordingly.
  • Add initial documentation for Modular RAG, and establish dedicated page for RAG content.

Fixes gh-1850

* Introduce CompressionQueryTransformer and RewriteQueryTransformer in the Pre-Retrieval Module.
* Extend Query with conversation history and context.
* Remove QueryRouter sub-module. New design will be considered in the next milestone.
* Update RetrievalAugmentationAdvisor accordingly.
* Add initial documentation for Modular RAG, and establish dedicated page for RAG content.

Fixes spring-projectsgh-1850

Signed-off-by: Thomas Vitale <[email protected]>

Spring AI provides out-of-the-box support for common RAG flows using the `Advisor` API.

=== QuestionAnswerAdvisor
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section has been moved here from the ChatClient page.

@markpollack markpollack self-assigned this Dec 20, 2024
@markpollack
Copy link
Member

great stuff! merged in c7fd7c7

@markpollack markpollack added this to the 1.0.0-M5 milestone Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Documentation: I hope the changes in the M4 version (Advisors and Modular RAG) can be updated in the documentation.

2 participants